CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - GLUT library

搜索资源列表

  1. GlutMouse

    0下载:
  2. opengl 基于glut库 的简单鼠标交互程序- a simply mouse interactive program based on opengl glut library
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-11
    • 文件大小:1290
    • 提供者:yun8970756
  1. GlutSpecialKey

    0下载:
  2. opengl 基于glut库的 特殊键盘交互程序实例- a special keyboard interaction instance based on opengl glut library
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-11
    • 文件大小:1185
    • 提供者:yun8970756
  1. WinPosSize

    0下载:
  2. opengl 基于glut库的 简单犹他壶 线框球面的绘制 -opengl glut library based on a simple wire-frame sphere Utah pot drawing
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:753
    • 提供者:yun8970756
  1. light

    0下载:
  2. opengl 基于glut库的光照相关的几个程序-opengl glut library based on several programs related to light
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-13
    • 文件大小:2049
    • 提供者:yun8970756
  1. spot_light

    0下载:
  2. opengl 基于glut库的聚光灯程序-opengl program based on the glut library in the spotlight
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:1226
    • 提供者:yun8970756
  1. material

    0下载:
  2. opengl 基于glut库的材质相关的程序-opengl glut library materials based on the procedures related to
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-13
    • 文件大小:1574
    • 提供者:yun8970756
  1. glut-3.spec

    0下载:
  2. 计算机图形学中GULT库用到的函数对照查找。-Computer graphics in the GULT library functions used controlled search.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:247501
    • 提供者:乐乐
  1. Glut_ttt

    0下载:
  2. Glut Open GL source code. Animation project for VTU downloaded from Ziddu Glut Library Core Library used and many othe API. Glut Buffers used
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:13307
    • 提供者:Lucifer
  1. glut

    0下载:
  2. glut即OpenGL Utility Toolkit,是一个和窗口系统无关的软件包,   它由Mark Kilgard在SGI时写的。作为AUX库的功能更强大的替代品,用于隐藏不同窗口系统API的复杂性。是一个学习OpenGL编程的一个良好开端。本文档介绍了glut的常用函数及其案例。-glut the OpenGL Utility Toolkit, is a software package and window system independent, which consists of M
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-16
    • 文件大小:4480654
    • 提供者:yangjianhong
  1. hexagon

    0下载:
  2. 用opengl glut库做的小例子 画了个六边形 省去了windows窗口的搭建-Opengl glut library example draws a hexagon Eliminating the need for windows window structures
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-11
    • 文件大小:2015657
    • 提供者:youthy
  1. Transform

    0下载:
  2. 用visual studio环境可以运行,矩阵的基本运算,包括平移,旋转,缩放等。源码中有主要的步骤注释说明。用到了OpenGL的函数、库文件、头文件和glut库。-Visual studio environment can run the basic operations of the matrix, including translation, rotation, scaling, etc.. The notes of the main steps in the source. Use Op
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-07
    • 文件大小:183893
    • 提供者:Paul
  1. Flag

    0下载:
  2.  在Windows系统中,安装GLUT库:打开glut-3.7.6-bin.zip,取出glut.h,glut32.lib,glut32.dll,分别放置。使用Visual Studio C++编译项目工程,并修改代码生成一个五星红旗。-Windows system, install the GLUT library: Open glut-3.7.6-bin.zip is remove glut.h, glut32.lib glut32.dll were placed. Use the Visu
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-11
    • 文件大小:310498
    • 提供者:金倩倩
  1. devcpp_glut

    0下载:
  2. VC++中的glut类库:glaux.h gl.h glu.h glext.h 下载,OpenGL辅助开发类库的所需文件,发觉有不少朋友在找这些文件,但是网上竟然搜不到啊,巨汗!笔者电脑上幸亏有,完整打包,特此奉献,开发者有需要哪个就请解压后使用哪个,放在手边,以备后用。-The glut library VC++: glaux.h gl.h glu.h already have glext.h download OpenGL assist in developing class librari
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-06
    • 文件大小:83120
    • 提供者:hifhihg
  1. Lab1_1

    0下载:
  2. 大家好,你们现在看到的这个是一个基于glut库的简单opengl框架,每个函数的后面我都加上了注释。 一次接触OpenGL,难免会遇上一些很诡异的问题并产生挫折感,希望我能够在这充满荆棘的道路上给予你们有效的帮助:) 这个例子是一个基本的框架,为了方便大家的上手而做的,在lab1_1里我们可以直接用GLReshape、GLInit函数而不需要修改它们, 但还是希望大家能够认真阅读我的注释,并动手尝试一下修改,以加深对各个函数的理解-Hello, everybody, yo
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-12-01
    • 文件大小:3215150
    • 提供者:sun
  1. Linux-openGL-GLut-Introduction

    0下载:
  2. Linux 上图像编程使用GLUT函数库,对初学者有用。-Linux image on the programming the GLUT function library, useful for beginners.
  3. 所属分类:Communication

    • 发布日期:2017-11-11
    • 文件大小:180385
    • 提供者:Wang David
  1. 22

    0下载:
  2. 下面的代码在windows控制台下采用GLUT库,实现了一个彩色三角形在窗口内匀速转动(按下键盘上“ESC”键退出),请修改代码,实现窗口中三角形右边画一个正方形,并让该正方形也能匀速转动。-The following code in windows console using GLUT library that implements a colored triangle in the window uniform rotation (the keyboard by pressing "
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-06
    • 文件大小:1524444
    • 提供者:程芳圆
  1. Ex1

    0下载:
  2. 在Windows系统中,安装GLUT库:打开glut-3.7.6-bin.zip,取出glut.h,glut32.lib,glut32.dll,分别放置。 使用Visual Studio C++编译已有项目工程,并修改代码生成五星红旗-On Windows systems, the installation GLUT library: Open the glut-3.7.6-bin.zip, remove glut.h, glut32.lib, glut32.dll, were placed
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-21
    • 文件大小:6292839
    • 提供者:yiyi
  1. Rotate

    0下载:
  2. 采用GLUT库,实现了一个矩形在窗口中匀速转动(单击鼠标右键停止转动)-Using GLUT library that implements a rectangle in the window uniform rotation (right-click stops)
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:181236
    • 提供者:泪无痕
  1. rotate

    0下载:
  2. 采用GLUT库,实现了一个彩色三角形在窗口内匀速转动(按下键盘上“ESC”键退出),请修改代码,实现窗口中三角形右边画一个正方形,并让该正方形也能匀速转动。-Using GLUT library that implements a colored triangle in the window uniform rotation (the keyboard by pressing " ESC" key to exit), modify the code to achieve the
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:188713
    • 提供者:泪无痕
  1. drawCube

    0下载:
  2. 使用opengl、glut 函数库 绘制正方体。-Use opengl, glut library draw cube.
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-06
    • 文件大小:955
    • 提供者:曲德源
« 1 2 3 45 6 7 »
搜珍网 www.dssz.com